home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
mint110s.zoo
/
version.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-14
|
186b
|
13 lines
#define MAJ_VERSION 1
#define MIN_VERSION 10
#ifndef MULTITOS
#define BETA
#endif
#ifdef BETA
#define VERS_STRING "%d.%02d BETA"
#else
#define VERS_STRING "%d.%02d"
#endif